home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / mswlogo3.zip / MSWLOGO.ZIP / LOGOLIB.ZIP / ` < prev    next >
Text File  |  1990-08-21  |  369b  |  12 lines

  1. to ` :backq.list
  2. if emptyp :backq.list [op []]
  3. if equalp first :backq.list ", ~
  4.    [op fput run first bf :backq.list ` bf bf :backq.list]
  5. if equalp first :backq.list ",@ ~
  6.    [op se run first bf :backq.list ` bf bf :backq.list]
  7. if wordp first :backq.list [op fput first :backq.list ` bf :backq.list]
  8. op fput ` first :backq.list ` bf :backq.list
  9. end
  10.  
  11. bury "`
  12.